home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / PRINTING / PAGESET / README.TXT < prev   
Text File  |  1996-09-12  |  2KB  |  59 lines

  1. TPageSetupDialog Component
  2. --------------------------
  3.  
  4.  CONTENTS
  5.  
  6.   1 - INTRODUCTION
  7.   2 - INSTALLATION
  8.   3 - USE
  9.   4 - DEMO
  10.   5 - WARRANTY
  11.  
  12.  
  13. 1 - INTRODUCTION
  14.  
  15.         The TPageSetupDialog component displays a page setup dialog  box that
  16.     permits the user to select which printer to print to, the  page type, the
  17.     page orientation and the printing margins.
  18.  
  19. 2 - INSTALLATION
  20.  
  21.      * BACKUP YOUR CMPLIB32.DCL (OR COMPLIB.DCL) BEFORE DOING THIS!
  22.      * Copy PAGESETUP.PAS and PAGESETUP.DCR to your Delphi components folder;
  23.      * From the Delphi menu choose COMPONENTS|INSTAL... , choose Add, browse,
  24.      select PAGESETUP.PAS and choose OK.
  25.      * Now, the PageSetupDialog component is in the Dialogs page.
  26.  
  27. 3 - USE
  28.  
  29.         You can customize how the  page setup dialog box appears  and behaves
  30.      using the  Options  property.  Display  the  page setup  dialog  box  by
  31.      calling the Execute method.
  32.          For a complete description  of this component,  please  refer to the
  33.      PageSetup Help.
  34.  
  35. 4 - DEMO
  36.  
  37.         Demo program that shows how to use the component.
  38.  
  39. 5 - WARRANTY
  40.  
  41.        Users of the  TPageSetupDialog Component  must accept this  disclaimer
  42.    of warranty:
  43.  
  44.         THE SOFTWARE IS SUPPLIED AS IS. THE AUTHOR DISCLAIMS ALL WARRANTIES,
  45.     EXPRESSED OR IMPLIED,  INCLUDING,  WITHOUT LIMITATION, THE WARRANTIES OF
  46.     MERCHANTABILITY AND OF  FITNESS FOR  ANY PURPOSE.  THE AUTHOR ASSUMES NO
  47.     LIABILITY  FOR DAMAGES,  DIRECT OR CONSEQUENTIAL,  WHICH MAY RESULT FROM
  48.     THE USE OF THIS SOFTWARE.
  49.  
  50.  
  51.  
  52.  
  53.     If you have any questions, comments, suggestions, feel free to e-mail me
  54.  
  55.         Cezar Lenci
  56.         sintesis@dglnet.com.br
  57.  
  58. Enjoy.
  59.